Extract or calculate Deviance Information Criterion from MCMCglmm
and
mer
object.
Cp(object, ..., dispersion = NULL)
ICOMP(object, ..., REML = NULL)
CAICF(object, ..., REML = NULL)
DIC(object, ...)
logLik
and vcov
methods must exist for the object). For DIC
, an
object of class MCMCglmm
or mer
.NULL
, it is inferred
from object.logLik
method
indicating whether the restricted log-likelihood or log-likelihood should be
used. The default is to use the method used for model estimation.data.frame
with rows corresponding
to the objects is returned.ICOMP (I for informational and COMP for complexity) penalizes the covariance
complexity of the model, rather than the number of parameters directly.
CAICF (C is for
Bozdogan, H. and Haughton, D.M.A. (1998) Information complexity criteria for regression models. Comp. Stat. & Data Analysis 28: 51-76.
Anderson, D. R. and Burnham, K. P. (1999) Understanding information criteria for selection among capture-recapture or ring recovery models. Bird Study 46: 14–21.
Spiegelhalter, D.J., Best, N.G., Carlin, B.R., van der Linde, A. (2002) Bayesian measures of model complexity and fit. Journal of the Royal Statistical Society Series B-Statistical Methodology 64: 583–616.
AIC
and BIC
in AICc
.
QIC
for GEE model selection.
extractDIC
in package extractDIC.mer
used by DIC
is based.